Contents
To export the model to a C format (header_file) in double precision,run:
neurecoDNN exportC path/to/saved/model.ednn path/where/to/save/model.h double
To export the model to the ONNX format in float16 precision, run:
neurecoDNN exportONNX path/to/saved/model.ednn path/where/to/save/model.onnx float16
To export the model to the VBA format in float precision, run:
neurecoDNN exportVBA path/to/saved/model.ednn path/where/to/save/model.onnx float
To export the model to the FMU format, run:
neurecoDNN exportFMU path/to/saved/model.ednn path/where/to/save/model.fmu